home *** CD-ROM | disk | FTP | other *** search
/ Material Dictionary 113:…rmation Technology Images / Material Dictionary 113: Background - Information Technology Images.iso / pc / sozai.exe / sozai.dxr / 00001_Symbol.ls next >
Encoding:
Text File  |  1999-12-14  |  269 b   |  21 lines

  1. on mouseDown
  2.   if the optionDown then
  3.     in(18)
  4.     updateStage()
  5.     repeat while the stillDown
  6.       nothing()
  7.     end repeat
  8.     out(18)
  9.     updateStage()
  10.   end if
  11. end
  12.  
  13. on mouseUp
  14.   if the optionDown then
  15.     nothing()
  16.   else
  17.   end if
  18.   out(18)
  19.   updateStage()
  20. end
  21.